home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #6 / Amiga Plus CD - 1996 - No. 06.iso / pd / programmierung / proasm / examples / readme.txt < prev    next >
Text File  |  1996-04-25  |  1KB  |  50 lines

  1.  
  2.  
  3.  
  4.                           The Example Sourcecodes
  5.                           -----------------------
  6.  
  7. avail2      - small memory usage utility
  8. crypt       - en-/decrypt utility
  9. cxchange    - small commodities handler
  10. cxdemo      - small example commodity
  11. fortune     - fortune cooky
  12. gtfdemo     - GTF example source
  13. helloworld  - the classic 'Hello World!'
  14. pbtest      - progress bar example source
  15. perfmon     - performance meter source
  16. perfmon2    - performance meter source with progress bar
  17. pro68       - shell interface for ASX
  18.  
  19.  
  20.  
  21.  
  22.  
  23.                                    Note
  24.                                    ----
  25.  
  26. All of these source codes cann be assembled using the evaluation version
  27. of the ProAsm assembler. The only exception is 'gtfdemo', that needs
  28. the full macro capability of ProAsm, but an already assembled version
  29. is included.
  30.  
  31. While assembling the other source codes you may encounter the following
  32. error message:
  33.  
  34.           REGISTERED VERSION ONLY: if you like ProAsm...
  35.  
  36. In the most cases this error message is issued when the attempt was made
  37. to enable optimization. You can stop this messages by commenting the
  38. concerned line by inserting a semicolon (";") at the beginning of the line.
  39.  
  40. Refer also to the 'routines_lib.guide' and the 'registration.doc' for
  41. further details.
  42.  
  43.  
  44.  
  45. Some of the source codes may complain about missing include files.
  46. Sorry for that, but the distribution contains NO include files from
  47. Commodore/ESCOM, as I have no license to include them.
  48.  
  49.  
  50.